home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Markets / K-12 Education / HyperCard in Education / Lab Report Template / background_3802.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  104 lines

  1. -- background: 3802 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=30 top=31 right=65 bottom=202
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 25
  17. -- style flags: 1280
  18. -- line height: 33
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=30 top=66 right=86 bottom=202
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 768
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part 5 (button)
  37. -- low flags: 00
  38. -- high flags: 2003
  39. -- rect: left=429 top=258 right=289 bottom=461
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1014 / 1014
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Previous
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   go to previous card
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 7 (field)
  56. -- low flags: 00
  57. -- high flags: 4007
  58. -- rect: left=205 top=30 right=98 bottom=509
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 0
  62. -- font id: 3
  63. -- text size: 10
  64. -- style flags: 0
  65. -- line height: 13
  66. -- part name: 
  67.  
  68.  
  69. -- part 9 (button)
  70. -- low flags: 00
  71. -- high flags: 0003
  72. -- rect: left=464 top=259 right=290 bottom=496
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 27009 / 27009
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Next
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   go to next card
  84. end mouseUp
  85.  
  86.  
  87. -- part 10 (button)
  88. -- low flags: 00
  89. -- high flags: 0003
  90. -- rect: left=466 top=293 right=324 bottom=498
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 2162 / 2162
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: Return
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   go to card id 4903
  102. end mouseUp
  103.  
  104.